home *** CD-ROM | disk | FTP | other *** search
/ Walking with Dinosaurs / Walking With Dinosaurs (2000)(BBC).iso / Main Program / walk3.mdb / PeriodInfo.json < prev    next >
JavaScript Object Notation  |  2000-05-15  |  362b

  1. {
  2.     "schema": {
  3.         "PeriodID": "Long Integer",
  4.         "PeriodName": "Text (50)",
  5.         "EnterAudio": "Text (50)"
  6.     },
  7.     "data": [
  8.         {
  9.             "PeriodID": 1,
  10.             "PeriodName": "Triassic",
  11.             "EnterAudio": "land_tri_01"
  12.         },
  13.         {
  14.             "PeriodID": 2,
  15.             "PeriodName": "Jurassic",
  16.             "EnterAudio": "land_jur_01"
  17.         },
  18.         {
  19.             "PeriodID": 3,
  20.             "PeriodName": "Late Cretaceous",
  21.             "EnterAudio": "land_cre_01"
  22.         },
  23.         {
  24.             "PeriodID": 4,
  25.             "PeriodName": "FamilyTree",
  26.             "EnterAudio": "nun"
  27.         }
  28.     ]
  29. }